{literal} {/literal} {foreach $togetherArr as $key} {if $arrayToPrint[$key][0]->fromBillDirectWithId < 1} {/if} {foreach $arrayToPrint[$key] as $product} {/foreach} {if $arrayToPrint[$key][0]->billComment != ""} {/if}
{if $arrayToPrint[$key][0]->fromBillDirectWithId > 0} رقم الفاتورة: {$arrayToPrint[$key][0]->fromBillDirectWithId} {elseif $arrayToPrint[$key][0]->tableId == -2 || $arrayToPrint[$key][0]->tableId == -1} رقم الطلب: {$arrayToPrint[$key][0]->daySreial} {else} {$arrayToPrint[$key][0]->tableId} اسم الصالة: {$arrayToPrint[$key][0]->hallName} {/if}
{if $arrayToPrint[$key][0]->tableId == -2} دليفرى {elseif $arrayToPrint[$key][0]->tableId == -1} تيك أواى {else} طاولة:{$arrayToPrint[$key][0]->tableId}-{$arrayToPrint[$key][0]->name} {/if}
الصــــــــنف لكميه
{$product->productCatName} - {$product->productName} {if $product->notesStr!=""}- {$product->notesStr}{/if} {$product->quantity}
تعليق: {$arrayToPrint[$key][0]->billComment}

{/foreach}